projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1399b26
)
* etc/NEWS: Mention the new pcase patterns `seq' and `map'.
author
Nicolas Petton
<nicolas@petton.fr>
Wed, 16 Dec 2015 17:40:07 +0000
(18:40 +0100)
committer
Nicolas Petton
<nicolas@petton.fr>
Wed, 16 Dec 2015 17:41:53 +0000
(18:41 +0100)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 2788f5c4a175406b2e47b185afb0a5ce3c6ce736..85002c865f3a56020662fa1b8d501bd5fffd4693 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-1162,7
+1162,7
@@
that happen, `unhandled-file-name-directory' now defaults to calling
* Lisp Changes in Emacs 25.1
** pcase
-*** New UPatterns `quote', `app', `cl-struct',
and `eieio
'.
+*** New UPatterns `quote', `app', `cl-struct',
`eieio', `seq', and `map
'.
*** New UPatterns can be defined with `pcase-defmacro'.
+++
*** New vector QPattern.